Welcome![Sign In][Sign Up]
Location:
Search - mfc hook

Search list

[Windows DevelopMFC_Hooks_Sample

Description: mfc 钩子调用例程-mfc hook invoke instance.
Platform: | Size: 37455 | Author: 小吗 | Hits:

[GUI DevelopSTSkin皮肤UI库

Description: 使用HOOK方式的完整skin UI库,附带skin文件编辑器。 包含全部source code。
Platform: | Size: 5440410 | Author: polo_chen@sina.com | Hits:

[SourceCode连连看外挂MFC版源码

Description: Hook QQ连连看
Platform: | Size: 52587 | Author: zongwu_xp@tom.com | Hits:

[Windows DevelopMFC_Hooks_Sample

Description: mfc 钩子调用例程-mfc hook invoke instance.
Platform: | Size: 36864 | Author: 小吗 | Hits:

[GUI Develop钩子换肤程序

Description: 一个用vc++开发的界面程序,用到了钩子的原理,简单但很实用-vc used to develop an interface procedures used by the hook the principle, very simple but practical
Platform: | Size: 61440 | Author: 梁超 | Hits:

[Hook api让你的软件界面更漂亮三

Description: 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法-achieve satisfactory style uniform software interface is really difficult, as mentioned in the MessageBox netizens, FileDialog, FontDialog, directories, etc. MFC dialog within the system DLL even within the dialog, if it's not easy changing face. Some say HOOK technology, the technology can really HOOK, HOOK can say is pervasive, but the efficient use HOOK is hardly satisfied with the majority from the current mining technology Eurocargo HOOK use of the software, can prove this point. Today we will discuss other technologies to achieve a FileDialog changing face of this technique called window replacement process method
Platform: | Size: 610304 | Author: 小小天职 | Hits:

[Hook apiHookImport_src

Description: Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Platform: | Size: 6144 | Author: l | Hits:

[Dialog_Windowmyfiledialogdemo

Description: 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法-achieve satisfactory style reunification of the software interface is difficult. As netizen's MessageBox, FileDialog, FontDialog. Contents dialog, and other internal MFC DLL system even within the dialog box, in order to allow it faces no easy thing. Some say HOOK technology, the technology can really HOOK, HOOK can be said to be all-pervasive. However, the efficient use HOOK is unsatisfactory. from the most current mining technology HOOK skinnable software situation, we can prove this point. Today, we will discuss other technologies to achieve a FileDialog changing face of this technique is called window replacement process France
Platform: | Size: 610304 | Author: | Hits:

[Hook apimousehook

Description: 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32 全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MFC DLL以及共享数 据等相关知识进行了简单的阐述。
Platform: | Size: 21504 | Author: 杨秉岐 | Hits:

[Hook apiPureDll

Description: 这是一个利用纯W32 DLL文件进行HOOK编程的源代码,不含MFC架构 1、用VC向导生成Win32 Dll 2、手动加入def文件,其中内容与MFC 规则DLL中相同 3、DllMain中的第一个参数是HANDLE类型的,强制转换成HINSTANCE型的 4、令SetWindowsHook中的参数App->hInstance变为DllMain中初始化的Instance 5、确保程序中不出现MFC的东西-This is a use of pure W32 DLL files HOOK programming source code, MFC framework does not contain one, using VC Wizard generates Win32 Dll2, manually add def files, the content of the rules of DLL with MFC in the same 3, DllMain first parameter is the HANDLE type, forced into HINSTANCE type 4, so SetWindowsHook parameters App-
Platform: | Size: 14336 | Author: neusoftrhl | Hits:

[Hook apiMFC

Description: 桌面像素值的获取和桌面截图小程序。 目的在于学习全局钩子的使用-Desktop access to pixel values and desktop screenshot applet. Aimed at studying the overall situation of the use of hook
Platform: | Size: 3829760 | Author: 潮人 | Hits:

[VC/MFCMFCWidnows

Description: MFC+Widnows程序设计(中文第二版)-MFC+ Widnows program design (English Second Edition)
Platform: | Size: 46864384 | Author: 闪烁的星云 | Hits:

[VC/MFCMFC_Message_Reverse_analysis

Description: MFC消息流程说明。对于理解hook机制有帮助-MFC news flow note. Hook for understanding the mechanism to help
Platform: | Size: 207872 | Author: xiaoguizi | Hits:

[Hook apiDEMO

Description: 基于VC MFC 多文档的demo程序,包括雪花演示以及qq hook小工具-VC MFC multi-document based on the demo program, including presentations, as well as snowflakes qq hook Gadgets
Platform: | Size: 880640 | Author: henry | Hits:

[GUI DevelopSkinST

Description: Window皮肤,包含完整源代码和使用例子,在MFC方式非常好,代码在SKinTK(SkinTool)进行修改,在VC++6.0编译通过,性能非常接近Skin++(SkinPlusPlus),在此基础上修改,制作皮肤,非常优秀代码,程序基于Windows的Hook技术,大量的GDI作图,目前系统不能运行比Windows 5.0版本以下的操作系统,至少ComBox不能运行在5.0以下的操作系统。欢迎各位进行交流,共同修改和完善。必要时联系我xiao_shang_de@sina.com-Window skin, contains the complete source code and use of examples is very good at MFC, the code at SKinTK (SkinTool) changes at the adoption of VC++6.0 compiler, performance is very near Skin++ (SkinPlusPlus), on the basis of changes to the production of skin , very good code, procedures based on the Windows-Hook technology, many GDI mapping, the current system should not run less than the Windows 5.0 version of the operating system, ComBox at least the following should not run at 5.0 operating system. Welcome you all to communicate, co-modified and improved. If necessary, contact me xiao_shang_de@sina.com
Platform: | Size: 2229248 | Author: sdxiao | Hits:

[Hook apiHOOK

Description: 了解MFC DLL动态连接库的编程方法; 2.了解HOOK技术和回调函数的运行机制; 3.学习MFC中加载动态连接库的方法 -DLL&HOOK1
Platform: | Size: 3072 | Author: 林茜 | Hits:

[Hook apiHook_hotKey_Src

Description: Hook和hotKey源码, 一 款 介 绍 钩 子 和 热 键 的 例 子 . MFC环 境 开 发 -examples of Hook and Hotkey
Platform: | Size: 54272 | Author: www | Hits:

[Hook apiAPIHOOK

Description: 一个钩函数的简单例子,基于MFC环境,给初学者一点小小的提示。-A simple example hook function, based on the MFC environment, to the little tips for beginners.
Platform: | Size: 222208 | Author: 王散 | Hits:

[Windows Develophook

Description: MFC HOOK编程源码,拦截windows消息。-MFC HOOK programming source code, to intercept windows messages.
Platform: | Size: 463872 | Author: nicholas | Hits:

[Hook apiMFCHOOKDLLTest

Description: mfc HOOK DLL的例程,交给你如何做动态库的钩子-mfc HOOK DLL routine, how do you do to hook the dynamic library
Platform: | Size: 133120 | Author: dj | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net